home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / ResEdit Hacks vol.5.cpt / ResEdit Hacks vol.5
Text File  |  1992-03-10  |  3KB  |  37 lines

  1. ResEdit Hacks vol.5
  2.  
  3. I'm back again, so you'd better be ready to do some hacking.
  4.  
  5. First, a correction or 2
  6. It has been brought to my attention that the hack for changing the ASCII table assignments does not work on the PowerBook 170.
  7. This file also contains an "improved" version of the font included with vol.4.
  8.  
  9. Next, a few advertisements
  10. If you have a lot of HyperCard stacks, please consider using the script fragment which I have uploaded (search for: EFEDULA) which, when copied and pasted into your Home stack's script, will give you a menu through which you can quickly access any of your stacks (complete instructions are included).
  11. While you're at it, look into the cursors and sounds I've uploaded as well (the "Radioactive Cursor" has been rather popular).
  12. If you need a relatively short (less than 10 pages typed) research paper on William Howard Taft or The History of Baseball, send me at least $5 and you'll get it via e-mail a.s.a.p. (For those of you in Austin, Texas, this offer will be invalid at Kealing Jr. High until the 92-93 school year, and at L.B.J. until the 96-97 school year).
  13.  
  14. Helpful Hint
  15. Whenever you're doing something very important with ResEdit, make sure to save every several minutes, because ResEdit seems to have a tendancy to unexpectedly quit at the most inconvenient times.
  16.  
  17. Now for the fun part, Hacking
  18. If you have certain sound, font, etc. which you want to substitute with another  sound, font, etc., read on
  19. 1) Copy the resource you want to use as the subsitute
  20. 2) Open a copy of the victim
  21. 3) Paste the resource
  22. 4) Write down &/or memorize the id number of the resource to be changed (DON'T LOSE IT BEFORE YOU FINISH), and delete it
  23. 5) Change the resource id of the new resource to that of the old one (using "Get Resource Info")
  24.  
  25. If you want to change the memory allocated for the Finder, and don't have a System 6 startup disk, here's what you do
  26. 1) Open a copy of the Finder with ResEdit
  27. 2) Open the "SIZE" resource
  28. 3) Scroll to the bottom, where you'll see 2 numbers (the size in bytes)
  29. 4) Increase both numbers by 1024 per K
  30. Note: I would recommend that you increase them by at LEAST 50 K (51200 bytes) to get any difference in speed and performance of the Finder
  31. Note: If you have the RAM, set the disk cache to 256 or more for similar results
  32.  
  33. Lastly, if you want to change a certain phrase or word (i.e. Copy, Move, Searching on, No matching items were found, etc.), there is a relatively simple procedure
  34. 1) Open copies of both the System and Finder
  35. 2) Open the "STR" and "STR#" resources in both
  36. 3) Change every instance of the phrase to be changed to the new phrase
  37. note: for large STR#'s, "Open Using Hex Editor" and "Find ASCII" and the rest should be self-explanatory